projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9b22c5
)
(appt-display-format): Default value must be
author
Glenn Morris
<rgm@gnu.org>
Tue, 20 Jun 2006 19:30:36 +0000
(19:30 +0000)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 20 Jun 2006 19:30:36 +0000
(19:30 +0000)
one of the customize options.
lisp/calendar/appt.el
patch
|
blob
|
history
diff --git
a/lisp/calendar/appt.el
b/lisp/calendar/appt.el
index 5c862ee6c292023d7562f8a1b23b7b5cbf077b6d..29e6fe56b6ee765ac1c81ff4e7da5dbc4aa53f80 100644
(file)
--- a/
lisp/calendar/appt.el
+++ b/
lisp/calendar/appt.el
@@
-136,7
+136,9
@@
of the (obsolete) variables `appt-msg-window' and `appt-visible'."
:type '(choice
(const :tag "Separate window" window)
(const :tag "Echo-area" echo)
- (const :tag "No visible display" nil))
+ (const :tag "No visible display" nil)
+ (const :tag "Backwards compatibility setting - choose another value"
+ ignore))
:group 'appt
:version "22.1")